PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFFileEncryptionInfo Class / PDFFileEncryptionInfo Constructor
Encryption algorithm
Key size
In This Topic
    PDFFileEncryptionInfo Constructor
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFFileEncryptionInfo( 
       PDFEncryptionAlgorithm encryptionAlgorithm,
       int keySize
    )

    Parameters

    encryptionAlgorithm
    Encryption algorithm
    keySize
    Key size
    See Also